home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / training_micromonk.swf / scripts / DefineSprite_35 / frame_1 / DoAction.as
Encoding:
Text File  |  2012-01-07  |  268 b   |  11 lines

  1. this.stop();
  2. this.onEnterFrame = function()
  3. {
  4.    if(_root.getBytesLoaded() / _root.getBytesTotal() == 1)
  5.    {
  6.       this.filler._height = 30;
  7.       _root.gotoAndPlay(4);
  8.    }
  9.    this.filler._height = 30 * (_root.getBytesLoaded() / _root.getBytesTotal());
  10. };
  11.